home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0897 / 000346_amos-request@svcs1.digex.net_Fri Aug 22 22:51:11 1997.msg < prev    next >
Text File  |  1997-09-09  |  2KB  |  49 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id WAA22056
  3.     for <mcox@access.digex.net>; Fri, 22 Aug 1997 22:51:09 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id OAA22752
  6.     for amos-out; Fri, 22 Aug 1997 14:48:13 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id OAA22743
  9.     for <amos-list@svcs1.digex.net>; Fri, 22 Aug 1997 14:48:11 -0400 (EDT)
  10. Received: from bean.lindesign.se (root@bean.lindesign.se [194.17.145.248])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id RAA21490
  12.     for <amos-list@access.digex.net>; Thu, 21 Aug 1997 17:26:42 -0400 (EDT)
  13. Received: from privatehost ([195.100.93.212]) by bean.lindesign.se
  14.      with esmtp (ident dtk399m using rfc1413) id m0x1eiw-001msXC
  15.     (Debian Smail-3.2 1996-Jul-4 #2); Thu, 21 Aug 1997 23:24:58 +0200 (CEST)
  16. To: "AMOS List" <amos-list@access.digex.net>
  17. In-Reply-To: <yam7167.489.4870976@huron.net>
  18. From: "Johannes Rydh" <johannes@ibrium.se>
  19. Date: Thu, 21 Aug 1997 15:36:02 +0100
  20. Reply-To: "amos-list" <amos-list@access.digex.net>
  21. X-Mailer: PINT v2.2� (24.6.97)
  22. Subject: Re: Print
  23. Message-ID: <92709707@rydh.bengtsfors.se>
  24. Status: O
  25. X-Status: 
  26.  
  27. >>> But with your help I did it. I put "Set Input 10,-1" before I
  28. >>> performed the
  29. >>> inputs.
  30.  
  31. > Be advised: This will not solve the comma problem.
  32.  
  33. It works just fine with me!
  34. Of course I use Line Input # instead of Input #.
  35. AMOS now print and reads commmas and the end-of-line problem is solved.
  36.  
  37. I wrote:
  38.  
  39. Print #1,"TestTestTest";Chr$(10);
  40.  
  41. and that works, just as you all said.
  42.  
  43.  
  44. Thanks for the help!
  45.  
  46. ---
  47.  
  48. Regards, Johannes Rydh
  49.